Home
last modified time | relevance | path

Searched defs:withType (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DAbsent.java30 static <T> Optional<T> withType() { in withType() method in Absent
/external/guava/android/guava/src/com/google/common/base/
DAbsent.java30 static <T> Optional<T> withType() { in withType() method in Absent
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DObjectWriter.java451 public ObjectWriter withType(JavaType rootType) { in withType() method in ObjectWriter
459 public ObjectWriter withType(Class<?> rootType) { in withType() method in ObjectWriter
467 public ObjectWriter withType(TypeReference<?> rootType) { in withType() method in ObjectWriter
DObjectReader.java762 public ObjectReader withType(JavaType valueType) { in withType() method in ObjectReader
770 public ObjectReader withType(Class<?> valueType) { in withType() method in ObjectReader
778 public ObjectReader withType(java.lang.reflect.Type valueType) { in withType() method in ObjectReader
786 public ObjectReader withType(TypeReference<?> valueTypeRef) { in withType() method in ObjectReader
DBeanProperty.java260 public Std withType(JavaType type) { in withType() method in BeanProperty.Std
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDataFormatReaders.java131 public DataFormatReaders withType(JavaType type) in withType() method in DataFormatReaders
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldInfo.java479 public Builder withType(FieldType type) { in withType() method in FieldInfo.Builder
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java356 public Res_value withType(byte dataType) { in withType() method in ResourceTypes.Res_value