@Generated(value="config_generator.py") public class UdfFunctionArgumentConfig extends AbstractConfig
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UdfFunctionArgumentConfig.Field
Fields of PGX User Defined Functions Function Argument Config 
 | 
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
static UdfFunctionArgumentConfig.Field[] | 
getConfigFields()  | 
java.util.Map<java.lang.String,java.lang.Object> | 
getLeftoverValues()
Gets the values that do not belong to any field. 
 | 
java.lang.String | 
getName()
name of the argument 
 | 
PropertyType | 
getType()
type of the argument 
 | 
java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object> | 
getValues()
Gets the parsed values. 
 | 
java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object> | 
getValuesWithoutDefaults()
Gets the values without defaults. 
 | 
boolean | 
hasDefaultValue(UdfFunctionArgumentConfig.Field field)
Checks for default value. 
 | 
boolean | 
isEmpty()
Checks if it's empty. 
 | 
static UdfFunctionArgumentConfig | 
parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream. 
 | 
static UdfFunctionArgumentConfig | 
parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping. 
 | 
static UdfFunctionArgumentConfig | 
parse(java.util.Properties props, boolean strict)
Parses a properties file. 
 | 
java.lang.String | 
toString()  | 
java.lang.String | 
toString(boolean hideSensitiveData)  | 
getDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static UdfFunctionArgumentConfig.Field[] getConfigFields()
public java.util.Map<java.lang.String,java.lang.Object> getLeftoverValues()
public java.lang.String getName()
public PropertyType getType()
public java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object> getValues()
public java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object> getValuesWithoutDefaults()
public boolean hasDefaultValue(UdfFunctionArgumentConfig.Field field)
field - the fieldpublic boolean isEmpty()
public static UdfFunctionArgumentConfig parse(java.io.InputStream is, boolean strict, java.lang.String parentPath) throws java.io.IOException
is - the input streamstrict - if true, parses in strict modeparentPath - if not null, resolves relative paths against this parentPathjava.io.IOException - Signals that an I/O exception has occurred.public static UdfFunctionArgumentConfig parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
raw - the raw key/value mapping to parsestrict - if true, parses in strict modeparentPath - if not null, resolves relative paths against this parentPathpublic static UdfFunctionArgumentConfig parse(java.util.Properties props, boolean strict)
props - the properties to parsestrict - if true, parses in strict modepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean hideSensitiveData)
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.