Java org.springframework.beans.factory.config PropertyPathFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config PropertyPathFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config PropertyPathFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetPropertyPath(String propertyPath)
Specify the property path to apply to the target.
voidsetTargetBeanName(String targetBeanName)
Specify the name of a target bean to apply the property path to.