GradlePlugin
Browse all 6816 domain entities categorized under GradlePlugin in the spring-boot Architecture Docs architecture documentation.
registerHintsWhenJavaBeanWithListOfPojo() — spring-boot Function Reference
Architecture documentation for the registerHintsWhenJavaBeanWithListOfPojo() function in BindableRuntimeHintsRegistrarTests.java from the spring-boot codebase.
registerHintsWhenJavaBeanWithMapOfPojo() — spring-boot Function Reference
Architecture documentation for the registerHintsWhenJavaBeanWithMapOfPojo() function in BindableRuntimeHintsRegistrarTests.java from the spring-boot codebase.
registerHintsWhenJavaBeanWithSeveralConstructors() — spring-boot Function Reference
Architecture documentation for the registerHintsWhenJavaBeanWithSeveralConstructors() function in BindableRuntimeHintsRegistrarTests.java from the spring-boot codebase.
registerHintsWhenWhenHasNestedExternalType() — spring-boot Function Reference
Architecture documentation for the registerHintsWhenWhenHasNestedExternalType() function in BindableRuntimeHintsRegistrarTests.java from the spring-boot codebase.
valueObjectBinding() — spring-boot Function Reference
Architecture documentation for the valueObjectBinding() function in BindableRuntimeHintsRegistrarTests.java from the spring-boot codebase.
JavaBeanOrValueObject() — spring-boot Function Reference
Architecture documentation for the JavaBeanOrValueObject() function in BindableTests.java from the spring-boot codebase.
BindConverter() — spring-boot Function Reference
Architecture documentation for the BindConverter() function in BindConverter.java from the spring-boot codebase.
canConvert() — spring-boot Function Reference
Architecture documentation for the canConvert() function in BindConverter.java from the spring-boot codebase.
canConvert() — spring-boot Function Reference
Architecture documentation for the canConvert() function in BindConverter.java from the spring-boot codebase.
convert() — spring-boot Function Reference
Architecture documentation for the convert() function in BindConverter.java from the spring-boot codebase.
getSharedInstance() — spring-boot Function Reference
Architecture documentation for the getSharedInstance() function in BindConverter.java from the spring-boot codebase.
TypeConverterConversionService() — spring-boot Function Reference
Architecture documentation for the TypeConverterConversionService() function in BindConverter.java from the spring-boot codebase.
canConvert() — spring-boot Function Reference
Architecture documentation for the canConvert() function in BindConverterTests.java from the spring-boot codebase.
convert() — spring-boot Function Reference
Architecture documentation for the convert() function in BindConverterTests.java from the spring-boot codebase.
convert() — spring-boot Function Reference
Architecture documentation for the convert() function in BindConverterTests.java from the spring-boot codebase.
convertWhenConversionServiceCanConvertShouldConvert() — spring-boot Function Reference
Architecture documentation for the convertWhenConversionServiceCanConvertShouldConvert() function in BindConverterTests.java from the spring-boot codebase.
convertWhenHasCustomEditorShouldConvert() — spring-boot Function Reference
Architecture documentation for the convertWhenHasCustomEditorShouldConvert() function in BindConverterTests.java from the spring-boot codebase.
convertWhenHasEditorByConventionShouldConvert() — spring-boot Function Reference
Architecture documentation for the convertWhenHasEditorByConventionShouldConvert() function in BindConverterTests.java from the spring-boot codebase.
convertWhenHasEditorForArrayElementShouldConvert() — spring-boot Function Reference
Architecture documentation for the convertWhenHasEditorForArrayElementShouldConvert() function in BindConverterTests.java from the spring-boot codebase.
convertWhenHasEditorForCollectionElementShouldConvert() — spring-boot Function Reference
Architecture documentation for the convertWhenHasEditorForCollectionElementShouldConvert() function in BindConverterTests.java from the spring-boot codebase.
getPropertyEditorOnlyBindConverter() — spring-boot Function Reference
Architecture documentation for the getPropertyEditorOnlyBindConverter() function in BindConverterTests.java from the spring-boot codebase.
getText() — spring-boot Function Reference
Architecture documentation for the getText() function in BindConverterTests.java from the spring-boot codebase.
bind() — spring-boot Function Reference
Architecture documentation for the bind() function in Binder.java from the spring-boot codebase.
bindAggregate() — spring-boot Function Reference
Architecture documentation for the bindAggregate() function in Binder.java from the spring-boot codebase.
bindDataObject() — spring-boot Function Reference
Architecture documentation for the bindDataObject() function in Binder.java from the spring-boot codebase.
Binder() — spring-boot Function Reference
Architecture documentation for the Binder() function in Binder.java from the spring-boot codebase.
bindObject() — spring-boot Function Reference
Architecture documentation for the bindObject() function in Binder.java from the spring-boot codebase.
bindOrCreate() — spring-boot Function Reference
Architecture documentation for the bindOrCreate() function in Binder.java from the spring-boot codebase.
bindProperty() — spring-boot Function Reference
Architecture documentation for the bindProperty() function in Binder.java from the spring-boot codebase.
findProperty() — spring-boot Function Reference
Architecture documentation for the findProperty() function in Binder.java from the spring-boot codebase.
fromDataObjectBinders() — spring-boot Function Reference
Architecture documentation for the fromDataObjectBinders() function in Binder.java from the spring-boot codebase.
get() — spring-boot Function Reference
Architecture documentation for the get() function in Binder.java from the spring-boot codebase.
getBinder() — spring-boot Function Reference
Architecture documentation for the getBinder() function in Binder.java from the spring-boot codebase.
getConfigurationProperty() — spring-boot Function Reference
Architecture documentation for the getConfigurationProperty() function in Binder.java from the spring-boot codebase.
getConverter() — spring-boot Function Reference
Architecture documentation for the getConverter() function in Binder.java from the spring-boot codebase.
getSources() — spring-boot Function Reference
Architecture documentation for the getSources() function in Binder.java from the spring-boot codebase.
handleBindError() — spring-boot Function Reference
Architecture documentation for the handleBindError() function in Binder.java from the spring-boot codebase.
handleBindResult() — spring-boot Function Reference
Architecture documentation for the handleBindResult() function in Binder.java from the spring-boot codebase.
isUnbindableBean() — spring-boot Function Reference
Architecture documentation for the isUnbindableBean() function in Binder.java from the spring-boot codebase.
withIncreasedDepth() — spring-boot Function Reference
Architecture documentation for the withIncreasedDepth() function in Binder.java from the spring-boot codebase.
bindOrCreateWhenBindSuccessfulShouldReturnBoundValue() — spring-boot Function Reference
Architecture documentation for the bindOrCreateWhenBindSuccessfulShouldReturnBoundValue() function in BinderTests.java from the spring-boot codebase.
bindToBeanWithCycle() — spring-boot Function Reference
Architecture documentation for the bindToBeanWithCycle() function in BinderTests.java from the spring-boot codebase.
bindToBeanWithUnresolvableGenerics() — spring-boot Function Reference
Architecture documentation for the bindToBeanWithUnresolvableGenerics() function in BinderTests.java from the spring-boot codebase.
bindToJavaBeanShouldReturnPopulatedBean() — spring-boot Function Reference
Architecture documentation for the bindToJavaBeanShouldReturnPopulatedBean() function in BinderTests.java from the spring-boot codebase.
bindToJavaBeanShouldTriggerOnSuccess() — spring-boot Function Reference
Architecture documentation for the bindToJavaBeanShouldTriggerOnSuccess() function in BinderTests.java from the spring-boot codebase.
bindToJavaBeanWhenHandlerOnStartReturnsNullShouldReturnUnbound() — spring-boot Function Reference
Architecture documentation for the bindToJavaBeanWhenHandlerOnStartReturnsNullShouldReturnUnbound() function in BinderTests.java from the spring-boot codebase.
bindToJavaBeanWhenHasPropertyWithSameNameShouldStillBind() — spring-boot Function Reference
Architecture documentation for the bindToJavaBeanWhenHasPropertyWithSameNameShouldStillBind() function in BinderTests.java from the spring-boot codebase.
bindToJavaBeanWhenNonIterableShouldReturnPopulatedBean() — spring-boot Function Reference
Architecture documentation for the bindToJavaBeanWhenNonIterableShouldReturnPopulatedBean() function in BinderTests.java from the spring-boot codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free