インタフェース 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 ParameterConfig
getParameterConfig()
Returns the element ofParameterConfig
based on the stateValidatableEntity
object.default boolean
hasParameterMapping()
Tests whether theParameterMapping
annotation is specified in the concrete class that implementsValidatableEntity
.
-
メソッドの詳細
-
hasParameterMapping
default boolean hasParameterMapping()Tests whether theParameterMapping
annotation is specified in the concrete class that implementsValidatableEntity
.- 戻り値:
true
if theParameterMapping
annotation is specified in the concrete class that implementsValidatableEntity
, otherwisefalse
- 導入されたバージョン:
- 1.0.2
-
getParameterConfig
Returns the element ofParameterConfig
based on the stateValidatableEntity
object.- 戻り値:
ParameterConfig.CONTENT
ifParameterMapping
is annotated to the concreteValidatableEntity
object, otherwiseParameterConfig.ANNOTATION
- 導入されたバージョン:
- 1.0.2
-