-
- Enclosing class:
- ObjectId
public static interface ObjectId.StringConstructorConstruct an instance of a key class using a String as input. Classes without a String constructor (such as those in java.lang and java.util) will use this interface for constructing new instances. The result might be a singleton or use some other strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectconstruct(String s)Construct an instance of the class for which this instance is registered.
-