クラス AnnotationAttribute

java.lang.ObjectSE
org.springframework.hateoas.server.core.AnnotationAttribute

public class AnnotationAttribute extends ObjectSE
AnnotationSE の専用属性を参照するヘルパーです。
作成者:
Oliver Gierke
  • コンストラクターの詳細

    • AnnotationAttribute

      public AnnotationAttribute(ClassSE<? extends AnnotationSE> annotationType)
      指定された AnnotationSE 型の value 属性に新しい AnnotationAttribute を作成します。
      パラメーター:
      annotationType - null であってはなりません。
    • AnnotationAttribute

      public AnnotationAttribute(ClassSE<? extends AnnotationSE> annotationType, @Nullable StringSE attributeName)
      指定された AnnotationSE 型とアノテーション属性名の新しい AnnotationAttribute を作成します。
      パラメーター:
      annotationType - null であってはなりません。
      attributeName - null にすることができ、デフォルトは value です。
  • メソッドの詳細