Uses of Class
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location.FieldLocation
Packages that use FieldLocation
Package
Description
-
Uses of FieldLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Fields in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type FieldLocationModifier and TypeFieldDescriptionprivate SortedMap
<FieldLocation, JavaDocData> XsdAnnotationProcessor.fieldJavaDocs
private SortedMap
<FieldLocation, JavaDocData> XsdEnumerationAnnotationProcessor.fieldJavaDocs
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type FieldLocationModifier and TypeMethodDescriptionstatic <T extends FieldLocation>
TDomHelper.getFieldOrMethodLocationIfValid
(Node aNode, Node containingClassNode, Set<? extends FieldLocation> locations) Retrieves a FieldLocation or MethodLocation from the supplied Set of Field- or MethodLocations, provided that the supplied Node has the given containing Node corresponding to a Class or an Enum.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return FieldLocationModifier and TypeMethodDescriptionstatic FieldLocation
DomHelper.getFieldLocation
(Node aNode, Set<FieldLocation> fieldLocations) Retrieves a FieldLocation from the supplied Set, provided that the FieldLocation matches the supplied Node.Method parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type FieldLocationModifier and TypeMethodDescriptionstatic FieldLocation
DomHelper.getFieldLocation
(Node aNode, Set<FieldLocation> fieldLocations) Retrieves a FieldLocation from the supplied Set, provided that the FieldLocation matches the supplied Node.static <T extends FieldLocation>
TDomHelper.getFieldOrMethodLocationIfValid
(Node aNode, Node containingClassNode, Set<? extends FieldLocation> locations) Retrieves a FieldLocation or MethodLocation from the supplied Set of Field- or MethodLocations, provided that the supplied Node has the given containing Node corresponding to a Class or an Enum. -
Uses of FieldLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location
Subclasses of FieldLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.locationModifier and TypeClassDescriptionclass
Comparable path structure to locate a particular method within compilation unit.