[Java] Interface FastStringServiceFactory
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.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public FastStringService |
getService() |
Method Detail
public FastStringService getService()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/json/FastStringServiceFactory.html