Interface TypeDatasetFacetProvider
@PublicEvolving
public interface TypeDatasetFacetProvider
Contains method to extract
TypeDatasetFacet.-
Method Summary
Modifier and TypeMethodDescriptionReturns a type dataset facet or `Optional.empty` in case an implementing class is not able to resolve type.
-
Method Details
-
getTypeDatasetFacet
Optional<TypeDatasetFacet> getTypeDatasetFacet()Returns a type dataset facet or `Optional.empty` in case an implementing class is not able to resolve type.
-