接口 TypedProp<S,T>
- 所有已知子接口:
TypedProp.Association<S,,T> TypedProp.Multiple<S,,T> TypedProp.Reference<S,,T> TypedProp.ReferenceList<S,,T> TypedProp.Scalar<S,,T> TypedProp.Scalar.Desc<S,,T> TypedProp.ScalarList<S,,T> TypedProp.Single<S,T>
- 所有已知实现类:
TypedPropImpl,TypedPropImpl.Reference,TypedPropImpl.ReferenceList,TypedPropImpl.Scalar,TypedPropImpl.ScalarList
public interface TypedProp<S,T>
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
方法概要
修饰符和类型方法说明static <S,T> TypedProp.Reference<S, T> reference(ImmutableProp prop) static <S,T> TypedProp.ReferenceList<S, T> referenceList(ImmutableProp prop) static <S,T> TypedProp.Scalar<S, T> scalar(ImmutableProp prop) static <S,T> TypedProp.ScalarList<S, T> scalarList(ImmutableProp prop) unwrap()
-
方法详细资料
-
unwrap
ImmutableProp unwrap() -
scalar
-
scalarList
-
reference
-
referenceList
-