Uses of Interface
com.gengoai.specification.Specifiable
-
Packages that use Specifiable Package Description com.gengoai.kv com.gengoai.specification -
-
Uses of Specifiable in com.gengoai.kv
Classes in com.gengoai.kv that implement Specifiable Modifier and Type Class Description class
KeyValueStoreConnection
The type Kv store spec. -
Uses of Specifiable in com.gengoai.specification
Methods in com.gengoai.specification with type parameters of type Specifiable Modifier and Type Method Description static <T extends Specifiable>
TSpecification. parse(String specification, @NonNull Class<T> tClass)
Parses the specification as a the givenSpecifiable
type.
-