Home
last modified time | relevance | path

Searched defs:forType (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DAnnotatedClassResolver.java83 public static AnnotatedClass resolve(MapperConfig<?> config, JavaType forType, in resolve()
92 … public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType) { in resolveWithoutSuperTypes()
96 public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, JavaType forType, in resolveWithoutSuperTypes()
105 public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType, in resolveWithoutSuperTypes()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
H A DBeanSerializer.java87 public static BeanSerializer createDummy(JavaType forType) in createDummy()
98 public static BeanSerializer createDummy(JavaType forType, BeanSerializerBuilder builder) in createDummy()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdKeyDeserializer.java71 public static StdKeyDeserializer forType(Class<?> raw) in forType() method in StdKeyDeserializer
286 public static StringKD forType(Class<?> nominalType) in forType() method in StdKeyDeserializer.StringKD
H A DPrimitiveArrayDeserializers.java70 public static JsonDeserializer<?> forType(Class<?> rawType) in forType() method in PrimitiveArrayDeserializers
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DObjectWriter.java421 public ObjectWriter forType(JavaType rootType) { in forType() method in ObjectWriter
432 public ObjectWriter forType(Class<?> rootType) { in forType() method in ObjectWriter
443 public ObjectWriter forType(TypeReference<?> rootType) { in forType() method in ObjectWriter
H A DObjectReader.java717 public ObjectReader forType(JavaType valueType) in forType() method in ObjectReader
741 public ObjectReader forType(Class<?> valueType) { in forType() method in ObjectReader
754 public ObjectReader forType(TypeReference<?> valueTypeRef) { in forType() method in ObjectReader
/aosp_15_r20/external/jcommander/src/main/java/com/beust/jcommander/
H A DIStringConverterFactory.java30 <T> Class<? extends IStringConverter<T>> getConverter(Class<T> forType); in getConverter()
H A DIStringConverterInstanceFactory.java19 …IStringConverter<?> getConverterInstance(Parameter parameter, Class<?> forType, String optionName); in getConverterInstance()
H A DJCommander.java1367 …private IStringConverter<?> findConverterInstance(Parameter parameter, Class<?> forType, String op… in findConverterInstance()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/modes/
H A DZenIconKeys.java67 static ZenIcon.Key forType(@AutomaticZenRule.Type int ruleType) { in forType() method in ZenIconKeys
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/
H A DSimpleValueInstantiators.java34 public SimpleValueInstantiators addValueInstantiator(Class<?> forType, in addValueInstantiator()
/aosp_15_r20/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
H A DReflector.java95 ForType forType = iClass.getAnnotation(ForType.class); in determineTargetClass() local
H A DReflectorClassWriter.java107 ForType forType = iClass.getAnnotation(ForType.class); in ReflectorClassWriter() local
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/util/
H A DStackTraceElements.java86 public static Object forType(Class<?> implementation) { in forType() method in StackTraceElements
/aosp_15_r20/external/jcommander/src/main/java/com/beust/jcommander/internal/
H A DDefaultConverterFactory.java76 public Class<? extends IStringConverter<?>> getConverter(Class forType) { in getConverter()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DBytecodeGen.java372 public static Visibility forType(Class<?> type) { in forType() method in BytecodeGen.Visibility
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/
H A DKeyFactory.java240 Key forType(XType type) { in forType() method in KeyFactory
/aosp_15_r20/out/soong/.intermediates/external/jcommander/jcommander/linux_glibc_common/javac/
Djcommander.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/jcommander/jcommander/linux_glibc_common/local-javac-header/
Djcommander.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/beust/jcommander/1.78/
HDjcommander-1.78.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dnashorn.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
Dnashorn.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/local-javac-header/
Dguice.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/javac/
Dguice.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/testng/lib-supplied/
HDguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...

1234