/external/escapevelocity/src/test/java/com/google/escapevelocity/ |
D | MethodFinderTest.java | 37 Class<?> mapClass = map.getClass(); in visibleMethodFromClass() local 38 assertThat(Modifier.isPublic(mapClass.getModifiers())).isFalse(); in visibleMethodFromClass() 40 Method size = mapClass.getMethod("size"); in visibleMethodFromClass() 41 Method visibleSize = MethodFinder.visibleMethod(size, mapClass); in visibleMethodFromClass()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 876 public MapType constructMapType(Class<? extends Map> mapClass, in constructMapType() argument 879 if (mapClass == Properties.class) { in constructMapType() 885 return constructMapType(mapClass, kt, vt); in constructMapType() 893 …public MapType constructMapType(Class<? extends Map> mapClass, JavaType keyType, JavaType valueTyp… in constructMapType() argument 894 …TypeBindings bindings = TypeBindings.createIfNeeded(mapClass, new JavaType[] { keyType, valueType … in constructMapType() 895 MapType result = (MapType) _fromClass(null, mapClass, bindings); in constructMapType() 904 ClassUtil.nameOf(mapClass), keyType, realKT)); in constructMapType() 910 ClassUtil.nameOf(mapClass), valueType, realVT)); in constructMapType() 922 …public MapLikeType constructMapLikeType(Class<?> mapClass, Class<?> keyClass, Class<?> valueClass)… in constructMapLikeType() argument 923 return constructMapLikeType(mapClass, in constructMapLikeType() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | BasicDeserializerFactory.java | 1326 Class<?> mapClass = type.getRawClass(); in createMapDeserializer() local 1327 if (EnumMap.class.isAssignableFrom(mapClass)) { in createMapDeserializer() 1332 if (mapClass == EnumMap.class) { in createMapDeserializer() 1360 mapClass = type.getRawClass(); in createMapDeserializer() 1407 final Class<?> mapClass = ContainerDefaultMappings.findMapFallback(type); in _mapAbstractMapType() local 1408 if (mapClass != null) { in _mapAbstractMapType() 1410 .constructSpecializedType(type, mapClass, true); in _mapAbstractMapType()
|
/external/guice/lib/build/ |
D | spring-core.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
D | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |
/external/kotlinx.metadata/ |
D | kotlinx-metadata-jvm-0.1.0.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/metadata/
kotlinx/ ... |
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/kotlinc/lib/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |