private static class JsonbAccessMode.ClassDecoratedType extends Object implements org.apache.johnzon.mapper.access.AccessMode.DecoratedType
Modifier and Type | Field and Description |
---|---|
private Class<?> |
annotations |
Constructor and Description |
---|
ClassDecoratedType(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
org.apache.johnzon.mapper.Adapter<?,?> |
findConverter() |
<T extends Annotation> |
getAnnotation(Class<T> clazz) |
<T extends Annotation> |
getClassOrPackageAnnotation(Class<T> clazz) |
Type |
getType() |
boolean |
isNillable() |
private final Class<?> annotations
ClassDecoratedType(Class<?> clazz)
public Type getType()
getType
in interface org.apache.johnzon.mapper.access.AccessMode.DecoratedType
public <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation
in interface org.apache.johnzon.mapper.access.AccessMode.DecoratedType
public <T extends Annotation> T getClassOrPackageAnnotation(Class<T> clazz)
getClassOrPackageAnnotation
in interface org.apache.johnzon.mapper.access.AccessMode.DecoratedType
public org.apache.johnzon.mapper.Adapter<?,?> findConverter()
findConverter
in interface org.apache.johnzon.mapper.access.AccessMode.DecoratedType
public boolean isNillable()
isNillable
in interface org.apache.johnzon.mapper.access.AccessMode.DecoratedType
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.