public interface FastStringServiceFactory
Factory method to create the service. Should return null if the particular implementation isn't suitable because of the JDK environment (e.g. JVM version) or config settings otherwise disable the service.
Type Params | Return Type | Name and description |
---|---|---|
|
public FastStringService |
getService() |