@NonnullByDefault
Package org.pkl.config.java
-
Interface Summary Interface Description Config A root, intermediate, or leaf node in a configuration tree.ConfigEvaluator An evaluator that returns aConfigtree. -
Class Summary Class Description ConfigEvaluatorBuilder A builder forConfigEvaluators.JavaType<T> Runtime representation of a possibly parameterized Java type. -
Exception Summary Exception Description InvalidMappingException Thrown byConfig.as(Type)when the determined Java class for a Pkl value cannot be found on the classpath.NoSuchChildException Thrown byConfig.get(java.lang.String)when a child node with the given name does not exist, or when the current config node is a leaf node.