Uses of Interface
org.jvnet.jaxb.plugin.Ignoring
-
-
Uses of Ignoring in org.jvnet.jaxb.plugin
Classes in org.jvnet.jaxb.plugin that implement Ignoring Modifier and Type Class Description classComposedIgnoringclassCustomizedIgnoringConstructors in org.jvnet.jaxb.plugin with parameters of type Ignoring Constructor Description ComposedIgnoring(org.apache.commons.logging.Log logger, Ignoring ignoring)ComposedIgnoring(org.apache.commons.logging.Log logger, Ignoring ignoring, Ignoring legacyIgnoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.codegenerator
Methods in org.jvnet.jaxb.plugin.codegenerator that return Ignoring Modifier and Type Method Description IgnoringAbstractCodeGeneratorPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.codegenerator with parameters of type Ignoring Modifier and Type Method Description voidAbstractCodeGeneratorPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.copyable
Methods in org.jvnet.jaxb.plugin.copyable that return Ignoring Modifier and Type Method Description IgnoringCopyablePlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.copyable with parameters of type Ignoring Modifier and Type Method Description voidCopyablePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.elementwrapper
Methods in org.jvnet.jaxb.plugin.elementwrapper that return Ignoring Modifier and Type Method Description IgnoringOldElementWrapperPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.elementwrapper with parameters of type Ignoring Modifier and Type Method Description voidOldElementWrapperPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.enumvalue
Methods in org.jvnet.jaxb.plugin.enumvalue that return Ignoring Modifier and Type Method Description IgnoringEnumValuePlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.enumvalue with parameters of type Ignoring Modifier and Type Method Description voidEnumValuePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.equals
Methods in org.jvnet.jaxb.plugin.equals that return Ignoring Modifier and Type Method Description IgnoringEqualsPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.equals with parameters of type Ignoring Modifier and Type Method Description voidEqualsPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.hashcode
Methods in org.jvnet.jaxb.plugin.hashcode that return Ignoring Modifier and Type Method Description IgnoringHashCodePlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.hashcode with parameters of type Ignoring Modifier and Type Method Description voidHashCodePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.map_init
Methods in org.jvnet.jaxb.plugin.map_init that return Ignoring Modifier and Type Method Description IgnoringMapInitPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.map_init with parameters of type Ignoring Modifier and Type Method Description voidMapInitPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.mergeable
Methods in org.jvnet.jaxb.plugin.mergeable that return Ignoring Modifier and Type Method Description IgnoringMergeablePlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.mergeable with parameters of type Ignoring Modifier and Type Method Description voidMergeablePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.setters
Methods in org.jvnet.jaxb.plugin.setters that return Ignoring Modifier and Type Method Description IgnoringSettersPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.setters with parameters of type Ignoring Modifier and Type Method Description voidSettersPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.simpletostring
Methods in org.jvnet.jaxb.plugin.simpletostring that return Ignoring Modifier and Type Method Description IgnoringSimpleToStringPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.simpletostring with parameters of type Ignoring Modifier and Type Method Description voidSimpleToStringPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.simplify
Methods in org.jvnet.jaxb.plugin.simplify that return Ignoring Modifier and Type Method Description IgnoringSimplifyPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.simplify with parameters of type Ignoring Modifier and Type Method Description voidSimplifyPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.tostring
Methods in org.jvnet.jaxb.plugin.tostring that return Ignoring Modifier and Type Method Description IgnoringToStringPlugin. getIgnoring()Methods in org.jvnet.jaxb.plugin.tostring with parameters of type Ignoring Modifier and Type Method Description voidToStringPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb.plugin.util
Methods in org.jvnet.jaxb.plugin.util with parameters of type Ignoring Modifier and Type Method Description static com.sun.tools.xjc.outline.FieldOutline[]FieldOutlineUtils. filter(com.sun.tools.xjc.outline.FieldOutline[] fieldOutlines, Ignoring ignoring)static <T> BooleanStrategyClassUtils. superClassImplements(com.sun.tools.xjc.outline.ClassOutline classOutline, Ignoring ignoring, Class<? extends T> theInterface)static <T> BooleanStrategyClassUtils. superClassNotIgnored(com.sun.tools.xjc.outline.ClassOutline classOutline, Ignoring ignoring)
-