Class VaultName.Literal
- java.lang.Object
-
- io.helidon.integrations.vault.cdi.VaultName.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- VaultName
public static class VaultName.Literal extends Object implements VaultName
Utility to obtainVaultName
instances.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.integrations.vault.cdi.VaultName
VaultName.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
annotationType()
static VaultName
create(String name)
Create a new literal.String
value()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
create
public static VaultName create(String name)
Create a new literal.- Parameters:
name
- vault name value- Returns:
- new vault name
-
value
public String value()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-