Class Mapping
- java.lang.Object
-
- com.homeofthewizard.maven.plugins.vault.config.Mapping
-
- All Implemented Interfaces:
Serializable
public class Mapping extends Object implements Serializable
Represents a mapping between a Vault key and a Maven property.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returns a value indicating whether this mapping is equal to another object.String
getKey()
Gets the key for this mapping.String
getProperty()
Gets the property for this mapping.int
hashCode()
Returns a hash code value for this mapping.
-