Searched defs:defaultValue (Results 1 - 25 of 163) sorted by relevance

1234567

/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DAnnotationTypeElementDoc.java49 AnnotationValue defaultValue(); method in interface:AnnotationTypeElementDoc
/openjdk9/langtools/src/java.compiler/share/classes/javax/lang/model/util/
H A DSimpleElementVisitor9.java92 protected SimpleElementVisitor9(R defaultValue){ argument
H A DSimpleElementVisitor7.java93 protected SimpleElementVisitor7(R defaultValue){ argument
H A DSimpleAnnotationValueVisitor7.java87 protected SimpleAnnotationValueVisitor7(R defaultValue) { argument
H A DSimpleElementVisitor8.java90 protected SimpleElementVisitor8(R defaultValue){ argument
H A DSimpleAnnotationValueVisitor9.java85 protected SimpleAnnotationValueVisitor9(R defaultValue) { argument
H A DSimpleAnnotationValueVisitor8.java85 protected SimpleAnnotationValueVisitor8(R defaultValue) { argument
H A DElementScanner9.java109 protected ElementScanner9(R defaultValue){ argument
H A DElementKindVisitor9.java96 protected ElementKindVisitor9(R defaultValue) { argument
H A DElementScanner7.java110 protected ElementScanner7(R defaultValue){ argument
H A DElementKindVisitor7.java97 protected ElementKindVisitor7(R defaultValue) { argument
H A DElementScanner8.java108 protected ElementScanner8(R defaultValue){ argument
H A DElementKindVisitor8.java95 protected ElementKindVisitor8(R defaultValue) { argument
H A DTypeKindVisitor7.java94 protected TypeKindVisitor7(R defaultValue) { argument
H A DTypeKindVisitor8.java92 protected TypeKindVisitor8(R defaultValue) { argument
H A DSimpleTypeVisitor7.java93 protected SimpleTypeVisitor7(R defaultValue){ argument
H A DTypeKindVisitor9.java93 protected TypeKindVisitor9(R defaultValue) { argument
H A DSimpleTypeVisitor8.java91 protected SimpleTypeVisitor8(R defaultValue){ argument
H A DSimpleTypeVisitor9.java90 protected SimpleTypeVisitor9(R defaultValue){ argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orb/
H A DParserDataFactory.java31 make( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, String testData ) argument
39 make( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, StringPair[] testData, Class componentType ) argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DNormalParserData.java36 NormalParserData( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, String testData ) argument
H A DPrefixParserData.java39 PrefixParserData( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, StringPair[] testData, Class componentType ) argument
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDefaultValueLoaderDecorator.java37 private final String defaultValue; field in class:DefaultValueLoaderDecorator
39 public DefaultValueLoaderDecorator(Loader l, String defaultValue) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/
H A DUtil.java41 static <T> T nullSafe(T value, T defaultValue) { argument
46 static <T extends Enum> T nullSafe(Enum value, T defaultValue) { argument
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlElementDeclWriter.java50 XmlElementDeclWriter defaultValue(String value); method in interface:XmlElementDeclWriter

Completed in 151 milliseconds

1234567