public class TransformerFactoryUtils extends Object
Constructor and Description |
---|
TransformerFactoryUtils() |
Modifier and Type | Method and Description |
---|---|
static TransformerFactory |
newInstance()
Build a new
TransformerFactory using the default constructor. |
static TransformerFactory |
newInstance(Class<? extends TransformerFactory> transformerFactoryClass)
Build an
TransformerFactory and prevent external entities from accessing. |
public static TransformerFactory newInstance()
TransformerFactory
using the default constructor.public static TransformerFactory newInstance(Class<? extends TransformerFactory> transformerFactoryClass)
TransformerFactory
and prevent external entities from accessing.TransformerFactory.newInstance()
Copyright © 2020 Pivotal Software. All rights reserved.