Searched refs:getClassArrayValue (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java161 T[] getClassArrayValue( Annotation a, String name ); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java134 public Class[] getClassArrayValue(Annotation a, String name) { method in class:RuntimeInlineAnnotationReader
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ap/
H A DInlineAnnotationReaderImpl.java142 public TypeMirror[] getClassArrayValue(Annotation a, String name) { method in class:InlineAnnotationReaderImpl
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DModelBuilder.java274 for( T t : reader.getClassArrayValue(sa,"value") ) {

Completed in 99 milliseconds