public interface Property
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType)
Returns the required annotation from the parsed class
|
String |
name()
Returns the property name
|
Type |
type()
Returns the property type.
|
<T extends Annotation> com.google.common.base.Optional<T> getAnnotation(Class<T> annotationType)
T - annotationType - String name()
Type type()
Copyright © 2019 Mulesoft. All rights reserved.