Interface ShadowItemDefinition

All Known Subinterfaces:
ResourceAttributeDefinitionDelegator<T>, ResourceAttributeWrapper<T>, ShadowAssociationDefinition, ShadowAttributeDefinition<V,D,RV,SA>, ShadowReferenceAttributeDefinition, ShadowSimpleAttributeDefinition<T>
All Known Implementing Classes:
ResourceAttributeWrapperImpl, ShadowAssociationDefinitionImpl, ShadowAttributeDefinitionImpl, ShadowReferenceAttributeDefinitionImpl, ShadowSimpleAttributeDefinitionImpl, TransformablePropertyDefinition.RefinedAttribute, TransformablePropertyDefinition.ResourceAttribute

public interface ShadowItemDefinition
Temporary class, to be decided what to do with this.
  • Method Details

    • findItemDefinition

      default <D extends ItemDefinition<?>> D findItemDefinition(@NotNull @NotNull ItemPath path, @NotNull @NotNull Class<D> clazz)