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.DecoratedType
public Adapter<?,?> findConverter()
findConverter
in interface AccessMode.DecoratedType
public Method getMethod()
public Type getType()
getType
in interface AccessMode.DecoratedType
public <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation
in interface AccessMode.DecoratedType
public boolean isNillable()
isNillable
in interface AccessMode.DecoratedType
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.