Class VaultPath.Literal
- java.lang.Object
-
- io.helidon.integrations.vault.cdi.VaultPath.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- VaultPath
public static class VaultPath.Literal extends Object implements VaultPath
Utility to obtainVaultPath
instances.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.integrations.vault.cdi.VaultPath
VaultPath.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
annotationType()
static VaultPath
create(String path)
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 VaultPath create(String path)
Create a new literal.- Parameters:
path
- vault path value- Returns:
- new vault path
-
value
public String value()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-