HomeSort by relevance Sort by last modified time
    Searched refs:unwrapValue (Results 1 - 24 of 24) sorted by null

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BooleanKey.java 20 @MapKey(unwrapValue = true)
ByteKey.java 20 @MapKey(unwrapValue = true)
CharKey.java 20 @MapKey(unwrapValue = true)
ShortKey.java 20 @MapKey(unwrapValue = true)
NestedAnnotationContainer.java 22 @MapKey(unwrapValue = false)
NumberClassKey.java 20 @MapKey(unwrapValue = true)
UnwrappedAnnotationKey.java 21 @MapKey(unwrapValue = true)
WrappedAnnotationKey.java 22 @MapKey(unwrapValue = false)
  /external/dagger2/core/src/main/java/dagger/
MapKey.java 63 * <p>If {@code unwrapValue} is true, the annotation's single member can be any type except an
71 * <p>If {@link #unwrapValue} is false, then the annotation itself is used as the map key. For
75 * {@literal @}MapKey(unwrapValue = false)
113 boolean unwrapValue() default true;
  /external/guice/core/src/com/google/inject/multibindings/
ClassMapKey.java 31 @MapKey(unwrapValue = true)
MapKey.java 36 * {@literal @}MapKey(unwrapValue = true)
43 * You can also use the whole annotation as the key, if {@code unwrapValue=false}. When unwrapValue
45 * instances will be the key values. If {@code unwrapValue=true}, the value() type will be the key
55 * if {@code unwrapValue} is false, then the whole annotation will be the type and annotation
56 * instances will be the keys. If {@code unwrapValue} is true, the value() type of key type
59 boolean unwrapValue() default true;
StringMapKey.java 31 @MapKey(unwrapValue = true)
  /external/guice/core/test/com/google/inject/multibindings/
ProvidesIntoTest.java 203 @MapKey(unwrapValue = true)
209 @MapKey(unwrapValue = false)
253 @MapKey(unwrapValue = true)
276 "Array types are not allowed in a MapKey with unwrapValue=true: "
282 @MapKey(unwrapValue = false)
403 @MapKey(unwrapValue = true)
431 @MapKey(unwrapValue = true)
452 "No 'value' method in MapKey with unwrapValue=true: "
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeyValidator.java 43 } else if (element.getAnnotation(MapKey.class).unwrapValue()) {
MapKeys.java 81 * {@link MapKey @MapKey(unwrapValue = true)}.
86 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) {
90 return mapKeyAnnotation.unwrapValue()
157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
MapKeyProcessingStep.java 75 if (mapkey.unwrapValue()) {
ContributionBinding.java 47 import static dagger.internal.codegen.MapKeys.unwrapValue;
255 * itself, depending on {@link MapKey#unwrapValue()}).
266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
Key.java 287 return MapKeys.unwrapValue(mapKeyAnnotation).isPresent()
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerModule.java 78 @MapKey(unwrapValue = true)
  /external/guice/core/src/com/google/inject/internal/
ProvidesMethodScanner.java 127 if (mapKey.unwrapValue()) {
133 "Array types are not allowed in a MapKey with unwrapValue=true: %s",
139 "No 'value' method in MapKey with unwrapValue=true: %s",
152 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentingRunnerModule.java 100 @MapKey(unwrapValue = true)
155 @MapKey(unwrapValue = true)
  /external/kotlinc/lib/
trove4j.jar 
  /external/guice/extensions/dagger-adapter/lib/
dagger-2.4.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 915 milliseconds