/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | IgnorePropertiesUtil.java | 16 …public static boolean shouldIgnore(Object value, Collection<String> toIgnore, Collection<String> t… in shouldIgnore() argument 17 if (toIgnore == null && toInclude ==null) { in shouldIgnore() 22 return toIgnore.contains(value); in shouldIgnore() 25 if (toIgnore == null) { in shouldIgnore() 30 return !toInclude.contains(value) || toIgnore.contains(value); in shouldIgnore() 42 public static Checker buildCheckerIfNeeded(Set<String> toIgnore, Set<String> toInclude) { in buildCheckerIfNeeded() argument 44 if ((toInclude == null) && ((toIgnore == null) || toIgnore.isEmpty())) { in buildCheckerIfNeeded() 47 return Checker.construct(toIgnore, toInclude); in buildCheckerIfNeeded() 92 private Checker(Set<String> toIgnore, Set<String> toInclude) { in Checker() argument 93 if (toIgnore == null) { in Checker() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
D | UnwrappingBeanSerializer.java | 53 protected UnwrappingBeanSerializer(UnwrappingBeanSerializer src, Set<String> toIgnore) { in UnwrappingBeanSerializer() argument 54 this(src, toIgnore, null); in UnwrappingBeanSerializer() 57 …protected UnwrappingBeanSerializer(UnwrappingBeanSerializer src, Set<String> toIgnore, Set<String>… in UnwrappingBeanSerializer() argument 58 super(src, toIgnore, toInclude); in UnwrappingBeanSerializer() 97 protected BeanSerializerBase withByNameInclusion(Set<String> toIgnore, Set<String> toInclude) { in withByNameInclusion() argument 98 return new UnwrappingBeanSerializer(this, toIgnore, toInclude); in withByNameInclusion()
|
D | BeanAsArraySerializer.java | 69 protected BeanAsArraySerializer(BeanSerializerBase src, Set<String> toIgnore) { in BeanAsArraySerializer() argument 70 this(src, toIgnore, null); in BeanAsArraySerializer() 73 …protected BeanAsArraySerializer(BeanSerializerBase src, Set<String> toIgnore, Set<String> toInclud… in BeanAsArraySerializer() argument 74 super(src, toIgnore, toInclude); in BeanAsArraySerializer() 115 … protected BeanAsArraySerializer withByNameInclusion(Set<String> toIgnore, Set<String> toInclude) { in withByNameInclusion() argument 116 return new BeanAsArraySerializer(this, toIgnore, toInclude); in withByNameInclusion()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/ |
D | BeanSerializer.java | 67 protected BeanSerializer(BeanSerializerBase src, Set<String> toIgnore, Set<String> toInclude) { in BeanSerializer() argument 68 super(src, toIgnore, toInclude); in BeanSerializer() 119 protected BeanSerializerBase withByNameInclusion(Set<String> toIgnore, Set<String> toInclude) { in withByNameInclusion() argument 120 return new BeanSerializer(this, toIgnore, toInclude); in withByNameInclusion()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
D | BeanSerializerBase.java | 177 protected BeanSerializerBase(BeanSerializerBase src, String[] toIgnore) in BeanSerializerBase() argument 179 this(src, ArrayBuilders.arrayToSet(toIgnore), null); in BeanSerializerBase() 183 protected BeanSerializerBase(BeanSerializerBase src, Set<String> toIgnore) { in BeanSerializerBase() argument 184 this(src, toIgnore, null); in BeanSerializerBase() 187 … protected BeanSerializerBase(BeanSerializerBase src, Set<String> toIgnore, Set<String> toInclude) in BeanSerializerBase() argument 202 if (IgnorePropertiesUtil.shouldIgnore(bpw.getName(), toIgnore, toInclude)) { in BeanSerializerBase() 236 protected BeanSerializerBase withIgnorals(Set<String> toIgnore) { in withIgnorals() argument 237 return withByNameInclusion(toIgnore, null); in withIgnorals() 246 protected abstract BeanSerializerBase withByNameInclusion(Set<String> toIgnore, in withByNameInclusion() argument 256 protected BeanSerializerBase withIgnorals(String[] toIgnore) { in withIgnorals() argument [all …]
|
/external/guava/android/guava/src/com/google/common/io/ |
D | BaseEncoding.java | 996 static Reader ignoringReader(final Reader delegate, final String toIgnore) { 998 checkNotNull(toIgnore); 1005 } while (readChar != -1 && toIgnore.indexOf((char) readChar) >= 0);
|
/external/guava/guava/src/com/google/common/io/ |
D | BaseEncoding.java | 996 static Reader ignoringReader(final Reader delegate, final String toIgnore) { 998 checkNotNull(toIgnore); 1005 } while (readChar != -1 && toIgnore.indexOf((char) readChar) >= 0);
|
/external/kotlinc/lib/ |
D | kotlin-scripting-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-scripting- ... |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/external/guice/lib/ |
D | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |