Interface SimpleType

All Known Subinterfaces:
TypeCollection, TypeScalar
All Known Implementing Classes:
TypeBase, TypeCollectionImpl, TypeScalarImpl

public interface SimpleType
A simplified typ class for capturing scalar types and collection types with a lower bounded type. - TypeScalar.from(Integer.class), TypeScalar.from(RdfPerson.class) - new TypeCollection(List.class, TypeScalar.from(RdfPerson.class) -> List<? extends RdfPerson>
Author:
raven