Class StringCompiler
java.lang.Object
org.apache.beam.sdk.schemas.transforms.providers.StringCompiler
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StringCompiler
public StringCompiler() 
 - 
 - 
Method Details
- 
getClass
public static <T> Class<T> getClass(String name, String source) throws StringCompiler.CompileException, ClassNotFoundException  - 
getInstance
public static Object getInstance(String name, String source) throws StringCompiler.CompileException, ReflectiveOperationException  - 
guessExpressionType
public static Type guessExpressionType(String expression, Map<String, Type> inputTypes) throws StringCompiler.CompileException, ClassNotFoundException 
 -