public interface ValueCreator<E extends Exception>
AddsToRuleKey createDynamic() throws E extends Exception
<T> com.google.common.collect.ImmutableList<T> createList(ValueTypeInfo<T> innerType) throws E extends Exception
<T> com.google.common.collect.ImmutableSet<T> createSet(ValueTypeInfo<T> innerType) throws E extends Exception
<T> com.google.common.collect.ImmutableSortedSet<T> createSortedSet(ValueTypeInfo<T> innerType) throws E extends Exception
<K,V> com.google.common.collect.ImmutableMap<K,V> createMap(ValueTypeInfo<K> keyType, ValueTypeInfo<V> valueType) throws E extends Exception
<K,V> com.google.common.collect.ImmutableSortedMap<K,V> createSortedMap(ValueTypeInfo<K> keyType, ValueTypeInfo<V> valueType) throws E extends Exception
@Nullable <T> T createNullable(ValueTypeInfo<T> inner) throws E extends Exception
<T> Optional<T> createOptional(ValueTypeInfo<T> innerType) throws E extends Exception
OutputPath createOutputPath() throws E extends Exception
SourcePath createSourcePath() throws E extends Exception
TargetConfiguration createTargetConfiguration() throws E extends Exception