Class LocalizedString.PlaceholderDefinition

java.lang.Object
com.lokalized.LocalizedString.PlaceholderDefinition
Direct Known Subclasses:
LocalizedString.ExpressionTranslation, LocalizedString.LanguageFormTranslation
Enclosing class:
LocalizedString

@Immutable public abstract static class LocalizedString.PlaceholderDefinition extends Object
Closed base type for generated-placeholder definitions.

The constructor is private so callers cannot introduce definition types that Lokalized does not know how to validate or resolve. Library releases may add new concrete subtypes; consumers should therefore inspect values returned by LocalizedString.getPlaceholderDefinitions() before casting.

Since:
3.0.0
Author:
Mark Allen