-
- All Implemented Interfaces:
-
kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableSet,kotlin.collections.Set,net.pwall.json.kotlin.codegen.gradle.mapping.ClassMappingContainer,org.gradle.api.DomainObjectCollection,org.gradle.api.ExtensiblePolymorphicDomainObjectContainer,org.gradle.api.NamedDomainObjectCollection,org.gradle.api.NamedDomainObjectContainer,org.gradle.api.NamedDomainObjectSet,org.gradle.api.PolymorphicDomainObjectContainer,org.gradle.api.internal.rules.NamedDomainObjectFactoryRegistry,org.gradle.util.Configurable
public final class ClassMappingContainerImpl implements ClassMappingContainer, ExtensiblePolymorphicDomainObjectContainer<ClassMapping>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classClassMappingContainerImpl.Companion
-
Constructor Summary
Constructors Constructor Description ClassMappingContainerImpl(Project project, ExtensiblePolymorphicDomainObjectContainer<ClassMapping> delegate)
-
Method Summary
Modifier and Type Method Description IntegergetSize()ClassMappingByFormatbyFormat()ClassMappingByFormatbyFormat(Closure<?> closure)ClassMappingByFormatbyFormat(Action<in ClassMappingByFormat> action)ClassMappingByExtensionbyExtension()ClassMappingByExtensionbyExtension(Closure<?> closure)ClassMappingByExtensionbyExtension(Action<in ClassMappingByExtension> action)ClassMappingByURIbyURI()ClassMappingByURIbyURI(Closure<?> closure)ClassMappingByURIbyURI(Action<in ClassMappingByURI> action)-
Methods inherited from class net.pwall.json.kotlin.codegen.gradle.mapping.ClassMappingContainerImpl
byExtension, byExtension, byFormat, byFormat, byURI, byURI -
Methods inherited from class org.gradle.api.NamedDomainObjectSet
add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named -
Methods inherited from class org.gradle.api.DomainObjectCollection
clear, iterator, remove, removeAll, removeIf, retainAll -
Methods inherited from class kotlin.collections.MutableCollection
contains, containsAll, isEmpty, parallelStream, spliterator, stream -
Methods inherited from class kotlin.collections.Collection
forEach -
Methods inherited from class org.gradle.api.NamedDomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType -
Methods inherited from class org.gradle.api.NamedDomainObjectContainer
findAll, matching, matching, withType -
Methods inherited from class org.gradle.api.PolymorphicDomainObjectContainer
configure, create, create, create, maybeCreate, register, register -
Methods inherited from class org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
containerWithType, create, create, maybeCreate, register, register -
Methods inherited from class net.pwall.json.kotlin.codegen.gradle.mapping.ClassMappingContainer
registerBinding, registerFactory, registerFactory -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ClassMappingContainerImpl
ClassMappingContainerImpl(Project project, ExtensiblePolymorphicDomainObjectContainer<ClassMapping> delegate)
-
-
Method Detail
-
byFormat
ClassMappingByFormat byFormat()
-
byFormat
ClassMappingByFormat byFormat(Closure<?> closure)
-
byFormat
ClassMappingByFormat byFormat(Action<in ClassMappingByFormat> action)
-
byExtension
ClassMappingByExtension byExtension()
-
byExtension
ClassMappingByExtension byExtension(Closure<?> closure)
-
byExtension
ClassMappingByExtension byExtension(Action<in ClassMappingByExtension> action)
-
byURI
ClassMappingByURI byURI()
-
byURI
ClassMappingByURI byURI(Closure<?> closure)
-
byURI
ClassMappingByURI byURI(Action<in ClassMappingByURI> action)
-
-
-
-