/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotatedClassResolver.java | 83 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()
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | IStringConverterFactory.java | 30 <T> Class<? extends IStringConverter<T>> getConverter(Class<T> forType); in getConverter()
|
D | IStringConverterInstanceFactory.java | 19 …IStringConverter<?> getConverterInstance(Parameter parameter, Class<?> forType, String optionName); in getConverterInstance()
|
D | JCommander.java | 1367 …private IStringConverter<?> findConverterInstance(Parameter parameter, Class<?> forType, String op… in findConverterInstance()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Logging/ |
D | ConsoleLogger.cs | 34 private ConsoleLogger(Type forType) : base(() => Console.Error, forType) in ConsoleLogger()
|
D | TextWriterLogger.cs | 34 readonly Type forType; field in Grpc.Core.Logging.TextWriterLogger 55 protected TextWriterLogger(Func<TextWriter> textWriterProvider, Type forType) in TextWriterLogger()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/ |
D | BeanSerializer.java | 87 public static BeanSerializer createDummy(JavaType forType) in createDummy() 98 public static BeanSerializer createDummy(JavaType forType, BeanSerializerBuilder builder) in createDummy()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/ |
D | SimpleValueInstantiators.java | 34 public SimpleValueInstantiators addValueInstantiator(Class<?> forType, in addValueInstantiator()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
D | StdKeyDeserializer.java | 71 public static StdKeyDeserializer forType(Class<?> raw) in forType() method in StdKeyDeserializer 286 public static StringKD forType(Class<?> nominalType) in forType() method in StdKeyDeserializer.StringKD
|
D | PrimitiveArrayDeserializers.java | 70 public static JsonDeserializer<?> forType(Class<?> rawType) in forType() method in PrimitiveArrayDeserializers
|
/external/guice/core/src/com/google/inject/internal/util/ |
D | StackTraceElements.java | 86 public static Object forType(Class<?> implementation) { in forType() method in StackTraceElements
|
/external/jcommander/src/main/java/com/beust/jcommander/internal/ |
D | DefaultConverterFactory.java | 76 public Class<? extends IStringConverter<?>> getConverter(Class forType) { in getConverter()
|
/external/guice/core/src/com/google/inject/internal/ |
D | BytecodeGen.java | 372 public static Visibility forType(Class<?> type) { in forType() method in BytecodeGen.Visibility
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | ObjectWriter.java | 421 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
|
D | ObjectReader.java | 717 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
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | KeyFactory.java | 253 Key forType(TypeMirror type) { in forType() method in KeyFactory
|