インタフェース ValidatableEntity
public interface ValidatableEntity
A marker interface that indicates that it is a verifiable entity.
There are no specific operations defined for this marker interface, only that the class that implements it is a verifiable entity.
- 導入されたバージョン:
- 1.0.0
-
メソッドの概要
修飾子とタイプ メソッド 説明 default ParameterConfiggetParameterConfig()Returns the element ofParameterConfigbased on the stateValidatableEntityobject.default booleanhasParameterMapping()Tests whether theParameterMappingannotation is specified in the concrete class that implementsValidatableEntity.
-
メソッドの詳細
-
hasParameterMapping
default boolean hasParameterMapping()Tests whether theParameterMappingannotation is specified in the concrete class that implementsValidatableEntity.- 戻り値:
trueif theParameterMappingannotation is specified in the concrete class that implementsValidatableEntity, otherwisefalse- 導入されたバージョン:
- 1.0.2
-
getParameterConfig
Returns the element ofParameterConfigbased on the stateValidatableEntityobject.- 戻り値:
ParameterConfig.CONTENTifParameterMappingis annotated to the concreteValidatableEntityobject, otherwiseParameterConfig.ANNOTATION- 導入されたバージョン:
- 1.0.2
-