public abstract static class MethodAccessMode.MethodDecoratedType extends Object implements AccessMode.DecoratedType
| Modifier and Type | Field and Description | 
|---|---|
| protected Method | method | 
| protected Type | type | 
| Constructor and Description | 
|---|
| MethodDecoratedType(Method method,
                   Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| Adapter<?,?> | findConverter() | 
| <T extends Annotation> | getAnnotation(Class<T> clazz) | 
| <T extends Annotation> | getClassOrPackageAnnotation(Class<T> clazz) | 
| Method | getMethod() | 
| Type | getType() | 
| boolean | isNillable() | 
public <T extends Annotation> T getClassOrPackageAnnotation(Class<T> clazz)
getClassOrPackageAnnotation in interface AccessMode.DecoratedTypepublic Adapter<?,?> findConverter()
findConverter in interface AccessMode.DecoratedTypepublic Method getMethod()
public Type getType()
getType in interface AccessMode.DecoratedTypepublic <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation in interface AccessMode.DecoratedTypepublic boolean isNillable()
isNillable in interface AccessMode.DecoratedTypeCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.