Uses of Interface
org.jvnet.jaxb2_commons.plugin.Ignoring
-
-
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin
Classes in org.jvnet.jaxb2_commons.plugin that implement Ignoring Modifier and Type Class Description classCustomizedIgnoring -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.codegenerator
Methods in org.jvnet.jaxb2_commons.plugin.codegenerator that return Ignoring Modifier and Type Method Description IgnoringAbstractCodeGeneratorPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.codegenerator with parameters of type Ignoring Modifier and Type Method Description voidAbstractCodeGeneratorPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.copyable
Methods in org.jvnet.jaxb2_commons.plugin.copyable that return Ignoring Modifier and Type Method Description IgnoringCopyablePlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.copyable with parameters of type Ignoring Modifier and Type Method Description voidCopyablePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.elementwrapper
Methods in org.jvnet.jaxb2_commons.plugin.elementwrapper that return Ignoring Modifier and Type Method Description IgnoringElementWrapperPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.elementwrapper with parameters of type Ignoring Modifier and Type Method Description voidElementWrapperPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.enumvalue
Methods in org.jvnet.jaxb2_commons.plugin.enumvalue that return Ignoring Modifier and Type Method Description IgnoringEnumValuePlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.enumvalue with parameters of type Ignoring Modifier and Type Method Description voidEnumValuePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.equals
Methods in org.jvnet.jaxb2_commons.plugin.equals that return Ignoring Modifier and Type Method Description IgnoringEqualsPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.equals with parameters of type Ignoring Modifier and Type Method Description voidEqualsPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.hashcode
Methods in org.jvnet.jaxb2_commons.plugin.hashcode that return Ignoring Modifier and Type Method Description IgnoringHashCodePlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.hashcode with parameters of type Ignoring Modifier and Type Method Description voidHashCodePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.mergeable
Methods in org.jvnet.jaxb2_commons.plugin.mergeable that return Ignoring Modifier and Type Method Description IgnoringMergeablePlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.mergeable with parameters of type Ignoring Modifier and Type Method Description voidMergeablePlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.setters
Methods in org.jvnet.jaxb2_commons.plugin.setters that return Ignoring Modifier and Type Method Description IgnoringSettersPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.setters with parameters of type Ignoring Modifier and Type Method Description voidSettersPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.simpletostring
Methods in org.jvnet.jaxb2_commons.plugin.simpletostring that return Ignoring Modifier and Type Method Description IgnoringSimpleToStringPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.simpletostring with parameters of type Ignoring Modifier and Type Method Description voidSimpleToStringPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.simplify
Methods in org.jvnet.jaxb2_commons.plugin.simplify that return Ignoring Modifier and Type Method Description IgnoringSimplifyPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.simplify with parameters of type Ignoring Modifier and Type Method Description voidSimplifyPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.tostring
Methods in org.jvnet.jaxb2_commons.plugin.tostring that return Ignoring Modifier and Type Method Description IgnoringToStringPlugin. getIgnoring()Methods in org.jvnet.jaxb2_commons.plugin.tostring with parameters of type Ignoring Modifier and Type Method Description voidToStringPlugin. setIgnoring(Ignoring ignoring) -
Uses of Ignoring in org.jvnet.jaxb2_commons.plugin.util
Methods in org.jvnet.jaxb2_commons.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)
-