public interface Attributes
Modifier and Type | Method and Description |
---|---|
Collection |
getAttributes(Class targetClass) |
Collection |
getAttributes(Class targetClass,
Class filter) |
Collection |
getAttributes(Field targetField) |
Collection |
getAttributes(Field targetField,
Class filter) |
Collection |
getAttributes(Method targetMethod) |
Collection |
getAttributes(Method targetMethod,
Class filter) |
Collection getAttributes(Class targetClass)
Collection getAttributes(Class targetClass, Class filter)
Collection getAttributes(Method targetMethod)
Collection getAttributes(Method targetMethod, Class filter)
Collection getAttributes(Field targetField)
Collection getAttributes(Field targetField, Class filter)
Copyright © 2015. All rights reserved.