Interface ApplicationName

  • All Superinterfaces:
    org.jvnet.hk2.config.ConfigBeanProxy, jakarta.validation.Payload

    public interface ApplicationName
    extends org.jvnet.hk2.config.ConfigBeanProxy, jakarta.validation.Payload
    An configured element which has to have application type of name.
    Author:
    Nandini Ektare
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull @Pattern(regexp="[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_\\./;:#]*",message="{app.invalid.name}",payload=ApplicationName.class) String getName()
      Name of the configured object
      void setName​(String value)  
      • Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        createChild, deepCopy, getParent, getParent