private static class Mappings.CompositeReader extends Object implements AccessMode.Reader
Modifier and Type | Field and Description |
---|---|
private AccessMode.Reader[] |
delegates |
Constructor and Description |
---|
CompositeReader(AccessMode.Reader... delegates) |
Modifier and Type | Method and Description |
---|---|
Adapter<?,?> |
findConverter() |
ObjectConverter.Writer<?> |
findObjectConverterWriter() |
<T extends Annotation> |
getAnnotation(Class<T> clazz) |
<T extends Annotation> |
getClassOrPackageAnnotation(Class<T> clazz) |
Type |
getType() |
boolean |
isNillable(boolean global) |
Object |
read(Object instance) |
private final AccessMode.Reader[] delegates
public CompositeReader(AccessMode.Reader... delegates)
public Object read(Object instance)
read
in interface AccessMode.Reader
public ObjectConverter.Writer<?> findObjectConverterWriter()
findObjectConverterWriter
in interface AccessMode.Reader
public Type getType()
getType
in interface AccessMode.DecoratedType
public <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation
in interface AccessMode.DecoratedType
public <T extends Annotation> T getClassOrPackageAnnotation(Class<T> clazz)
getClassOrPackageAnnotation
in interface AccessMode.DecoratedType
public Adapter<?,?> findConverter()
findConverter
in interface AccessMode.DecoratedType
public boolean isNillable(boolean global)
isNillable
in interface AccessMode.DecoratedType
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.