public static class MapperPrism.Values
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.element.AnnotationValue |
collectionMappingStrategy()
Return the AnnotationValue corresponding to the collectionMappingStrategy()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
componentModel()
Return the AnnotationValue corresponding to the componentModel()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
config()
Return the AnnotationValue corresponding to the config()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
unmappedTargetPolicy()
Return the AnnotationValue corresponding to the unmappedTargetPolicy()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
uses()
Return the AnnotationValue corresponding to the uses()
member of the annotation, or null when the default value is implied.
|
public javax.lang.model.element.AnnotationValue uses()
public javax.lang.model.element.AnnotationValue unmappedTargetPolicy()
public javax.lang.model.element.AnnotationValue componentModel()
public javax.lang.model.element.AnnotationValue config()
public javax.lang.model.element.AnnotationValue collectionMappingStrategy()
Copyright © 2012-2014. All Rights Reserved.