public class PropertyAnnotationProcessor extends Object implements ParameterProcessor<Property>, FieldProcessor<Property>
| Constructor and Description |
|---|
PropertyAnnotationProcessor(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Class<Property> |
getAnnotationClass() |
Object |
processField(Class clazz,
Property annotation) |
Object |
processField(Class clazz,
Property annotation,
Object value) |
List<Object> |
processParameter(Class clazz,
Property annotation) |
public PropertyAnnotationProcessor(Context context)
public Object processField(Class clazz, Property annotation)
processField in interface FieldProcessor<Property>public Object processField(Class clazz, Property annotation, Object value)
processField in interface FieldProcessor<Property>public List<Object> processParameter(Class clazz, Property annotation)
processParameter in interface ParameterProcessor<Property>public Class<Property> getAnnotationClass()
getAnnotationClass in interface AnnotationProcessor<Property>Copyright © 2021. All rights reserved.