Home
last modified time | relevance | path

Searched refs:naturalType (Results 1 – 1 of 1) sorted by relevance

/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java159 final Optional<TypeLiteral<?>> naturalType; field in BoundFieldModule.BoundFieldInfo
171 this.naturalType = getNaturalFieldType(); in BoundFieldInfo()
180 Preconditions.checkState(naturalType != null); in getBoundType()
181 if (!this.naturalType.isPresent()) { in getBoundType()
187 return this.naturalType.get(); in getBoundType()
292 if (fieldInfo.naturalType.isPresent()) { in bindField()
293 Class<?> naturalRawType = fieldInfo.naturalType.get().getRawType(); in bindField()