Uses of Interface
org.jvnet.jaxb.xml.bind.model.MPropertyInfoVisitor
-
Packages that use MPropertyInfoVisitor Package Description org.jvnet.jaxb.xml.bind.model org.jvnet.jaxb.xml.bind.model.concrete org.jvnet.jaxb.xml.bind.model.util -
-
Uses of MPropertyInfoVisitor in org.jvnet.jaxb.xml.bind.model
Methods in org.jvnet.jaxb.xml.bind.model with parameters of type MPropertyInfoVisitor Modifier and Type Method Description <V> VMPropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor) -
Uses of MPropertyInfoVisitor in org.jvnet.jaxb.xml.bind.model.concrete
Methods in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MPropertyInfoVisitor Modifier and Type Method Description <V> VCMAnyAttributePropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMAnyElementPropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMAttributePropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMElementPropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMElementRefPropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMElementRefsPropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMElementsPropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)<V> VCMValuePropertyInfo. acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor) -
Uses of MPropertyInfoVisitor in org.jvnet.jaxb.xml.bind.model.util
Classes in org.jvnet.jaxb.xml.bind.model.util that implement MPropertyInfoVisitor Modifier and Type Class Description classDefaultPropertyInfoVisitor<T,C extends T,V>classQNameCollectingPropertyInfoVisitor<T,C extends T>
-