Module com.sun.xml.bind.core
Interface ValuePropertyInfo<T,C>
-
- All Superinterfaces:
AnnotationSource,NonElementRef<T,C>,PropertyInfo<T,C>
public interface ValuePropertyInfo<T,C> extends PropertyInfo<T,C>, NonElementRef<T,C>
ValuePropertyInfo.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Adapter<T,C>getAdapter()-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElementRef
getSource, getTarget
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent, ref
-
-
-
-
Method Detail
-
getAdapter
Adapter<T,C> getAdapter()
- Specified by:
getAdapterin interfacePropertyInfo<T,C>- Returns:
- null if the property is not adapted.
-
-