This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new ddb1d44  ConfigApply code improvements.
ddb1d44 is described below

commit ddb1d44aa69f5016ac2eb0a8c710f320609bfc95
Author: JamesBognar <[email protected]>
AuthorDate: Sat Aug 7 14:41:37 2021 -0400

    ConfigApply code improvements.
---
 .../src/main/java/org/apache/juneau/ContextApplier.java          | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/ContextApplier.java
 
b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/ContextApplier.java
index b4fd7f6..5433528 100644
--- 
a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/ContextApplier.java
+++ 
b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/ContextApplier.java
@@ -68,6 +68,15 @@ public abstract class ContextApplier<A extends Annotation, 
B> {
        }
 
        /**
+        * Returns the builder class that this applier applies to.
+        *
+        * @return The builder class that this applier applies to.
+        */
+       public Class<?> getBuilderClass() {
+               return cb;
+       }
+
+       /**
         * Returns the var resolver session for this apply.
         *
         * @return The var resolver session for this apply.

Reply via email to