Home
last modified time | relevance | path

Searched defs:withStaticTyping (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DPlaceholderForType.java77 public JavaType withStaticTyping() { in withStaticTyping() method in PlaceholderForType
H A DResolvedRecursiveType.java94 public JavaType withStaticTyping() { in withStaticTyping() method in ResolvedRecursiveType
H A DCollectionType.java108 public CollectionType withStaticTyping() { in withStaticTyping() method in CollectionType
H A DMapType.java96 public MapType withStaticTyping() { in withStaticTyping() method in MapType
H A DReferenceType.java145 public ReferenceType withStaticTyping() { in withStaticTyping() method in ReferenceType
H A DArrayType.java95 public ArrayType withStaticTyping() { in withStaticTyping() method in ArrayType
H A DCollectionLikeType.java150 public CollectionLikeType withStaticTyping() { in withStaticTyping() method in CollectionLikeType
H A DMapLikeType.java172 public MapLikeType withStaticTyping() { in withStaticTyping() method in MapLikeType
H A DSimpleType.java203 public SimpleType withStaticTyping() { in withStaticTyping() method in SimpleType
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJavaType.java182 public abstract JavaType withStaticTyping(); in withStaticTyping() method in JavaType