java.lang.Object
systems.dennis.shared.scopes.converters.AppSettingsValueTypeIdentifier
- All Implemented Interfaces:
systems.dennis.shared.converters.ValueTypeIdentifier<String,String>
@Component
public class AppSettingsValueTypeIdentifier
extends Object
implements systems.dennis.shared.converters.ValueTypeIdentifier<String,String>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
KEY_PASSWORD
public static final String KEY_PASSWORD
- See Also:
-
-
KEY_TOKEN
public static final String KEY_TOKEN
- See Also:
-
-
REGEX_NUMBER
public static final String REGEX_NUMBER
- See Also:
-
-
Constructor Details
-
AppSettingsValueTypeIdentifier
public AppSettingsValueTypeIdentifier()
-
Method Details
-
identify
- Specified by:
identify in interface systems.dennis.shared.converters.ValueTypeIdentifier<String,String>