Package org.pkl.config.java
@NonnullByDefault
package org.pkl.config.java
-
ClassDescriptionA root, intermediate, or leaf node in a configuration tree.An evaluator that returns a
Configtree.A builder forConfigEvaluators.Indicates that the annotated class was generated by Pkl.Thrown byConfig.as(Type)when the determined Java class for a Pkl value cannot be found on the classpath.JavaType<T>Runtime representation of a possibly parameterized Java type.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.